This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Paul Regeroburjip 23.Jan.04 08:21 PM a Web browser Applications Development 6.5 All Platforms
I have been attempting to use the Java R6.5 API methods from the AdministrationProcess class that approve specific AdminP events, within a Java application. The suite of Java AdminP methods I am referring to are:
approveDeletePersonInDirectory
approveDeleteServerInDirectory
approveDesignElementDeletion
approveMailFileDeletion
approveMovedReplicaDeletion
approveNameChangeRetraction
approveRenamePersonInDirectory
approveRenameServerInDirectory
approveReplicaDeletion
approveResourceDeletion
I have specifically been trying to utilize ApproveMailFileDeletion, and
ApproveDeletePersonInDirectory.
The input parameter for each of these methods is--String noteid: The note ID of the entry pending approval.
How do I acquire this "note ID of the entry pending approval" to use as input for these methods?
I have attempted to utilize the note ID String passed back from the deleteUser method, but this doesn't seem to work when passing it as an input parameter to ApproveDeletePersonInDirectory or ApproveMailFileDeletion, nor does it appear to be a valid note ID.
Any insights, example code, documentation, or event hints would be greatly appreciated.